home *** CD-ROM | disk | FTP | other *** search
- Path: news2.near.net!ceylon!news
- From: Brenda <g051286>
- Newsgroups: comp.lang.c
- Subject: Re: hex to dec function?
- Date: 26 Feb 1996 18:23:17 GMT
- Organization: GTE Laboratories Incorporated
- Message-ID: <4gstqm$acb@ceylon.gte.com>
- References: <4gdh1b$bg@mailhost.mwmicro.com> <larry_kearney-2302960806460001@amaryllisp1.appsig.com>
- NNTP-Posting-Host: 138.83.161.16
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.05 9000/735)
- X-URL: news://132.197.8.2/larry_kearney-2302960806460001@amaryllisp1.appsig.com
-
- >In article <4gdh1b$bg@mailhost.mwmicro.com>, aschlies@citynet.net wrote:
- >
- >> Hi There,
- >>
- >> Is there a function that converts HEX to Dec in ANSI C?
- >>
- >> Why re-invent the wheel?
- >>
- >> Thanks
- >> Tony
-
- strtol
-
-